Index: framework/widget/templates/htmlFormMacroLibrary.ftl
===================================================================
--- framework/widget/templates/htmlFormMacroLibrary.ftl	(revision 833911)
+++ framework/widget/templates/htmlFormMacroLibrary.ftl	(working copy)
@@ -408,8 +408,9 @@
 </#macro>
 
 <#macro renderLookupField className alert name value size maxlength id autocomplete descriptionFieldName formName lookupFieldFormName targetParameterIter imgSrc ajaxUrl ajaxEnabled>
-<input type="text" <@renderClass className alert /><#if name?has_content> name="${name}"</#if><#if value?has_content> value="${value}"</#if><#if size?has_content> size="${size}"</#if><#if maxlength?has_content> maxlength="${maxlength}"</#if><#if id?has_content> id="${id}"</#if><#rt/><#if autocomplete?has_content> autocomplete="off"</#if>/><#rt/>
-<#if descriptionFieldName?has_content>
+<div class="field-lookup"><ul>
+<li><input type="text" <@renderClass className alert /><#if name?has_content> name="${name}"</#if><#if value?has_content> value="${value}"</#if><#if size?has_content> size="${size}"</#if><#if maxlength?has_content> maxlength="${maxlength}"</#if><#if id?has_content> id="${id}"</#if><#rt/><#if autocomplete?has_content> autocomplete="off"</#if>/><#rt/></li></li>
+<li><#if descriptionFieldName?has_content>
  <a href="javascript:call_fieldlookup3(document.${formName?html}.${name?html},'${descriptionFieldName}',<#rt/>
  <#else>
  <a href="javascript:call_fieldlookup2(document.${formName}.${name},<#rt/>
@@ -419,8 +420,8 @@
   ,document.${formName}.${item}.value<#rt>
  </#list>
 </#if>
-);"><#rt>
-<img src="${imgSrc}"width="15" height="14" border="0" alt="Lookup"/></a><#rt>
+);"></li><#rt>
+</ul></div>
 <#if ajaxEnabled?has_content && ajaxEnabled>
     <script language="JavaScript" type="text/javascript">ajaxAutoCompleter('${ajaxUrl}');</script><#t/>
 </#if>
Index: themes/bizznesstime/webapp/bizznesstime/css/legacy.css
===================================================================
--- themes/bizznesstime/webapp/bizznesstime/css/legacy.css	(revision 833911)
+++ themes/bizznesstime/webapp/bizznesstime/css/legacy.css	(working copy)
@@ -487,10 +487,18 @@
 /***********************************************
 Calendar
 ***********************************************/
-.field-lookup {
-	background: url(/images/fieldlookup.gif) no-repeat;
+.field-lookup ul li {
+float: left;
 }
 
+.field-lookup ul li a{
+background: url(/images/fieldlookup.gif) no-repeat 0 0;
+display: block;
+margin: 3px 10px 0px 4px;
+width:16px;
+height:16px;
+}
+
 .view-calendar {
 	background: url(/images/cal.gif) no-repeat;
 }
Index: themes/bluelight/webapp/bluelight/style.css
===================================================================
--- themes/bluelight/webapp/bluelight/style.css	(revision 833911)
+++ themes/bluelight/webapp/bluelight/style.css	(working copy)
@@ -1850,45 +1850,22 @@
 padding: 0 30px 0 30px;
 }
 
-/* ================================= */
-    /* ===== Visual Embellishments ===== */
-    /* ================================= */
 .view-calendar {
     background: url(/images/cal.gif) no-repeat;
 }
 
-.field-lookup {
-    background: url(/images/fieldlookup.gif) no-repeat;
+.field-lookup ul li {
+float: left;
 }
 
-.nav-first { /*
-background: url(/images/prev-year.gif) no-repeat left center;
-padding-left: 1.8em;
-*/
-
+.field-lookup ul li a{
+background: url(/bluelight/images/application_view_list.png) no-repeat 0 0;
+display: block;
+margin: 3px 10px 0px 4px;
+width:16px;
+height:16px;
 }
 
-.nav-last { /*
-background: url(/images/next-year.gif) no-repeat right center;
-padding-right: 1.8em;
-*/
-
-}
-
-.nav-next { /*
-background: url(/images/next.gif) no-repeat right center;
-padding-right: 1.8em;
-*/
-
-}
-
-.nav-previous { /*
-background: url(/images/prev.gif) no-repeat left center;
-padding-left: 1.8em;
-*/
-
-}
-
 /* ================================= */
     /* ===== Calendar Date Select ====== */
     /* ================================= */
Index: themes/flatgrey/webapp/flatgrey/maincss.css
===================================================================
--- themes/flatgrey/webapp/flatgrey/maincss.css	(revision 833911)
+++ themes/flatgrey/webapp/flatgrey/maincss.css	(working copy)
@@ -1883,38 +1883,18 @@
 background: url(/images/cal.gif) no-repeat;
 }
 
-.field-lookup {
-background: url(/images/fieldlookup.gif) no-repeat;
+.field-lookup ul li {
+float: left;
 }
 
-.nav-first {
-/*
-background: url(/images/prev-year.gif) no-repeat left center;
-padding-left: 1.8em;
-*/
+.field-lookup ul li a{
+background: url(/images/fieldlookup.gif) no-repeat 0 0;
+display: block;
+margin: 3px 10px 0px 4px;
+width:16px;
+height:16px;
 }
 
-.nav-last {
-/*
-background: url(/images/next-year.gif) no-repeat right center;
-padding-right: 1.8em;
-*/
-}
-
-.nav-next {
-/*
-background: url(/images/next.gif) no-repeat right center;
-padding-right: 1.8em;
-*/
-}
-
-.nav-previous {
-/*
-background: url(/images/prev.gif) no-repeat left center;
-padding-left: 1.8em;
-*/
-}
-
 /* ================================= */
 /* ===== Calendar Date Select ====== */
 /* ================================= */
